Other Type Aliases
The following type aliases are available globally.
-
Type of default
EventKitHandler
with all the generic types filled using implementations in the framework.Declaration
Swift
public typealias DefaultEventKitHander = EventKitHandler<EventDictionaryParser, ReminderDictionaryParser, EventKitInterface>
-
A type used to represent keys of launch options.
Declaration
Swift
public typealias LaunchOptionKey = String